support unix endpoint path with more than 104 bytes with chdir#17
Conversation
|
We cannot use the implementation that changes the current working directory for the process because it's likely to cause unexpected behaviour for any code that's using relative file paths at the same time. I suggest using a different approach. If the path is too long, construct a temporary socket path, e.g. There are some other options like |
e4234fb to
dda528f
Compare
|
documentation updated. |
903d6a7 to
2918db4
Compare
2918db4 to
450c083
Compare
samuel-williams-shopify
left a comment
There was a problem hiding this comment.
LGTM, thanks for your efforts!
5775b45
into
socketry:main
No description provided.